home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_pas / manset / readme < prev   
Text File  |  1987-04-01  |  2KB  |  46 lines

  1. These programs require an IBMPC or clone with a CGA card. A monchrome monitor
  2. will give shades of green (quite acceptable). You don't need much memory and
  3. everything will work with one floppy drive.
  4.  
  5. If you don't know what the Mandelbrot set is, I recommend an article in
  6. Scientific American, August 1985, by A.K. Drewdney.
  7.  
  8. You should find the following files in this ARC'ed file.
  9.  
  10.                      MANSET.COM
  11.                      MANSET87.COM
  12.                      MANSET.PAS
  13.                      QUIKPLOT.COM
  14.                      QUIKPLOT.PAS
  15.  
  16. and some *.PIC files.
  17.  
  18. To generate pictures from scratch you should either compile and run MANSET.PAS
  19. (which requires TURBO PASCAL) or just run MANSET or MANSET87 from DOS. To get
  20. an idea of what to expect, try QUIKPLOT first and look at some of the *.PIC
  21. files I have included.
  22.  
  23. As you might expect, MANSET87 requires the presence of an 8087 co-processsor
  24. chip, but it is MUCH faster. Be prepared for overnight runs if you have a
  25. standard PC or clone with just an 8088.
  26.  
  27. When the program starts, it will ask for a picture name (any 8 character DOS
  28. filename will do, but I recommend you keep it shorter as you will find out
  29. there isn't room for 8 characters on the screen. The examples use P01 etc.
  30.  
  31. You will then be asked for :
  32.                 Real corner       (Top left on screen)
  33.                 Imaginary corner  (Also top left)
  34.                 Side
  35.  
  36. Try Real = -1.25, Imaginary = -1.25, Side = 2.5 at first. This will display
  37. the entire Mandelbrot set and its surroundings. After that you can zoom in
  38. and find out what all the fuss is about. Remember that there is nothing of
  39. interest in the set itself (the central black area) but in the areas close
  40. by.
  41.  
  42. The picture you generate will be stored in a *.PIC file, which can be
  43. redisplayed by using QUIKPLOT. This allows you to build up a library of images.
  44.  
  45.  
  46.